Skip to main content

PathPropertyBoundingBox

Type

operator

Summary

The bounding box of a path.

Syntax

the bounding box of <mPath>

Description

The smallest rectangle that competely encloses mPath.

Parameters

NameTypeDescription

mPath

An expression which evaluates to a path.

Examples

// Create a circle path
variable tPath as Path
put circle path centered at point [100,100] with radius 50 into tPath

// Get the bounds of the path
variable tBounds as Rectangle
put the bounding box of tPath into tBounds
Thank you for your feedback!

Was this page helpful?